home *** CD-ROM | disk | FTP | other *** search
/ Apple Media Toolkit 1994 Winter-Spring / AMTK v8.iso / Getting Started / Aldus PageMaker 4.2 / Aldus / PPDs / APS08522.PDX < prev    next >
Encoding:
Text File  |  1991-12-05  |  3.4 KB  |  105 lines  |  [TEXT/????]

  1. *% Aldus PostScript(R) Printer Description File
  2. *% For "APS-PS PIP with APS-6/108" 
  3. *%
  4. *% Copyright 1989, 1990, 1991 Aldus Corporation.  All Rights Reserved.
  5. *%
  6. *% Date: 10/23/91
  7.  
  8. *Include: APS08522.PPD
  9.  
  10. *NickName: "APS-PS PIP with APS-6/108"
  11.  
  12. *% Additional paper sizes
  13. *PageSize Letter.Extra:             "statusdict begin 684 864 0 1 setpageparams end"
  14. *PageSize Letter.Extra.Transverse:     "statusdict begin 863 684 0 0 setpageparams end"
  15. *PageSize A4.Extra:                    "statusdict begin 668 914 0 1 setpageparams end"
  16. *PageSize Legal.Extra:                "statusdict begin 684 1080 0 1 setpageparams end"
  17. *PageSize Tabloid.Extra:            "statusdict begin 863 1296 0 1 setpageparams end"
  18. *PageSize A5.Extra:                    "statusdict begin 492 668 0 1 setpageparams end"
  19. *PageSize A5.Extra.Transverse:        "statusdict begin 668 492 0 0 setpageparams end"
  20. *PageSize B5.Extra:                    "statusdict begin 571 781 0 1 setpageparams end"
  21. *PageSize B5.Extra.Transverse:        "statusdict begin 781 571 0 0 setpageparams end"
  22.  
  23. *% The following entries provide information about specific paper keywords.
  24. *ImageableArea Letter.Extra:                 "0 1 684 864"
  25. *ImageableArea Letter.Extra.Transverse:         "0 0 684 863"
  26. *ImageableArea A4.Extra:                    "0 1 668 914"
  27. *ImageableArea Legal.Extra:                "0 1 684 1080"
  28. *ImageableArea Tabloid.Extra:                "0 1 863 1296"
  29. *ImageableArea A5.Extra:                    "0 1 492 668"
  30. *ImageableArea A5.Extra.Transverse:            "0 0 491 668"
  31. *ImageableArea B5.Extra:                    "0 1 571 781"
  32. *ImageableArea B5.Extra.Transverse:            "0 0 570 781"
  33.  
  34. *% These provide the physical dimensions of the paper (by keyword)
  35. *PaperDimension Letter.Extra:                 "684 864"
  36. *PaperDimension Letter.Extra.Transverse:         "863 684"
  37. *PaperDimension A4.Extra:                    "668 914"
  38. *PaperDimension Legal.Extra:                "684 1080"
  39. *PaperDimension Tabloid.Extra:                "863 1296"
  40. *PaperDimension A5.Extra:                    "492 667"
  41. *PaperDimension A5.Extra.Transverse:            "667 492"
  42. *PaperDimension B5.Extra:                    "571 781"
  43. *PaperDimension B5.Extra.Transverse:            "781 571"
  44.  
  45.  
  46.  
  47.  
  48. *% Color Separation Information =====================
  49. *ALDNTP: "
  50. /ntp {counttomark dup 3 add -1 roll 1 exch sub exch 2 sub mul dup 
  51. floor cvi dup 3 1 roll sub exch dup 3 add index exch 2 add index dup
  52. 4 1 roll sub mul add counttomark 1 add 1 roll cleartomark 1 exch sub} bind def"
  53. *End
  54.  
  55. *%  For 118 lpi / 1016 dpi ===============================
  56. *ALDColorSepTransfer 118lpi.1016dpi/118 lpi / 1016 dpi: "
  57. {mark 1.0 1.0 .9 .8 .7 .6 .5 .4 .3 .2 .1 .0 ntp}"
  58. *End
  59.  
  60. *ALDColorSepTransfer.Inverse 118lpi.1016dpi/118 lpi / 1016 dpi: "
  61. {mark 1.0 1.0 .9 .8 .7 .6 .5 .4 .3 .2 .1 .0 ntp}"
  62. *End
  63.  
  64. *%  For 85 lpi / 1016 dpi ===============================
  65. *ALDColorSepTransfer 85lpi.1016dpi/85 lpi / 1016 dpi: "
  66. {mark 1.0 1.0 .9 .8 .7 .6 .5 .4 .3 .2 .1 .0 ntp}"
  67. *End
  68.  
  69. *ALDColorSepTransfer.Inverse 85lpi.1016dpi/85 lpi / 1016 dpi: "
  70. {mark 1.0 1.0 .9 .8 .7 .6 .5 .4 .3 .2 .1 .0 ntp}"
  71. *End
  72.  
  73. *% PageMaker calibration functions =====================================
  74. *Transfer Normalized: "{
  75. mark
  76. 1.0 1.0 .9 .8 .7 .6 .5 .4 .3 .2 .1 .0
  77. counttomark dup 3 add -1 roll exch
  78. 2 sub mul dup floor cvi
  79. dup 3 1 roll sub
  80. exch dup 
  81. 3 add index exch 2 add index dup
  82. 4 1 roll
  83. sub mul add
  84. counttomark 1 add 1 roll 
  85. cleartomark
  86. } bind"
  87. *End
  88.  
  89. *Transfer Normalized.Inverse: "{
  90. mark
  91. .0 .0 .1 .2 .3 .4 .5 .6 .7 .8 .9 1.0
  92. counttomark dup 3 add -1 roll exch
  93. 2 sub mul dup floor cvi
  94. dup 3 1 roll sub
  95. exch dup 
  96. 3 add index exch 2 add index dup
  97. 4 1 roll
  98. sub mul add
  99. counttomark 1 add 1 roll 
  100. cleartomark
  101. } bind"
  102. *End
  103.  
  104. *% end of Aldus PDX file for APS-PS PIP with APS-6/108
  105.